func internal/runtime/maps.newGroups
5 uses
internal/runtime/maps (current package)
group.go#L318: func newGroups(typ *abi.MapType, length uint64) groupsReference {
map.go#L599: grp := newGroups(typ, 1)
map.go#L801: newGroup := groupReference{data: newGroups(typ, 1).data}
table.go#L103: t.groups = newGroups(typ, groupCount)
table.go#L1302: newGroups := newGroups(typ, oldGroups.lengthMask+1)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |